home *** CD-ROM | disk | FTP | other *** search
/ Amiga Games: Greatest Hits 1996 / Amiga Games: Greatest Hits 1996.iso / locale / catalogs / identify.cd < prev    next >
Text File  |  1996-07-21  |  13KB  |  506 lines

  1. ;****************************************************************
  2. ;*                                                              *
  3. ;*          identify.library       Catalog Descriptor           *
  4. ;*                                                              *
  5. ;****************************************************************
  6. ;*
  7. ;*      (C) 1996  Richard Körber  -- All Rights Reserved
  8. ;*
  9. ;****************************************************************
  10. ;
  11. ;   ** IMPORTANT NOTES FOR TRANSLATORS **
  12. ;
  13. ;       · Nr. 0 must always be preserved
  14. ;       · Do NOT change the sequence of '%' parameters
  15. ;       · Do NOT change the order of the entries
  16. ;       · Obey the minimum and maximum length
  17. ;       · Note that some lines have trailing spaces
  18. ;
  19. ;
  20. ;================================================================
  21. ;       MISCELLANEOUS STRINGS (1..)
  22. ;================================================================
  23. ;
  24. MSG_BYTE                (1//)
  25. %ld
  26. MSG_KBYTE               (//)
  27. %ldKB
  28. MSG_MBYTE               (//)
  29. %ldMB
  30. MSG_GBYTE               (//)
  31. %ldGB
  32. ;
  33. ;================================================================
  34. ;       BOARD CLASSES (100..)
  35. ;================================================================
  36. ;  Keep these strings as short as ever possible.
  37. ;
  38. MSG_EXP_UNKNOWN         (100//49)
  39. (unknown)
  40. MSG_EXP_MISC            (//49)
  41. expansion
  42. ;
  43. MSG_EXP_TURBO           (//49)
  44. accelerator
  45. MSG_EXP_TURBORAM        (//49)
  46. accelerator RAM
  47. MSG_EXP_TURBOHD         (//49)
  48. accelerator HD controller
  49. MSG_EXP_TURBOIDE        (//49)
  50. accelerator IDE controller
  51. MSG_EXP_TURBOSCSIHD     (//49)
  52. accelerator SCSI host adapter
  53. ;
  54. MSG_EXP_NET             (//49)
  55. network
  56. MSG_EXP_ARCNET          (//49)
  57. ArcNet
  58. MSG_EXP_ETHERNET        (//49)
  59. Ethernet
  60. ;
  61. MSG_EXP_AUDIO           (//49)
  62. audio
  63. MSG_EXP_VIDEO           (//49)
  64. video
  65. MSG_EXP_MULTIMEDIA      (//49)
  66. multimedia
  67. MSG_EXP_DSP             (//49)
  68. DSP
  69. ;
  70. MSG_EXP_BUSBRIDGE       (//49)
  71. ISA bus bridge
  72. MSG_EXP_BRIDGE          (//49)
  73. PC bridge
  74. ;
  75. MSG_EXP_EMULATOR        (//49)
  76. emulator
  77. MSG_EXP_MACEMU          (//49)
  78. Macintosh emulator
  79. MSG_EXP_ATARIEMU        (//49)
  80. Atari emulator
  81. ;
  82. MSG_EXP_GFX             (//49)
  83. graphics
  84. MSG_EXP_GFXRAM          (//49)
  85. graphics RAM
  86. ;
  87. MSG_EXP_HD              (//49)
  88. HD controller
  89. MSG_EXP_HDRAM           (//49)
  90. HD controller RAM
  91. MSG_EXP_IDEHD           (//49)
  92. IDE controller
  93. MSG_EXP_IDEHDRAM        (//49)
  94. IDE controller RAM
  95. MSG_EXP_SCSIHD          (//49)
  96. SCSI host adapter
  97. MSG_EXP_RAMSCSIHD       (//49)
  98. SCSI host adapter RAM
  99. MSG_EXP_CDROM           (//49)
  100. CD-ROM interface
  101. ;
  102. MSG_EXP_MODEM           (//49)
  103. internal modem
  104. MSG_EXP_ISDN            (//49)
  105. internal ISDN
  106. ;
  107. MSG_EXP_MULTIIO         (//49)
  108. multi I/O
  109. MSG_EXP_SERIAL          (//49)
  110. multi serial
  111. MSG_EXP_PARALLEL        (//49)
  112. multi parallel
  113. MSG_EXP_SCANIF          (//49)
  114. scanner interface
  115. MSG_EXP_TABLET          (//49)
  116. drawing tablet interface
  117. ;
  118. MSG_EXP_RAM             (//49)
  119. RAM expansion
  120. MSG_EXP_FLASHROM        (//49)
  121. Flash ROM
  122. ;
  123. ;================================================================
  124. ;       ALERT GENERAL ERROR (1024..)
  125. ;================================================================
  126. ;
  127. MSG_ALERT_RECOVERY      (1024//49)
  128. Recoverable
  129. MSG_ALERT_DEADEND       (//49)
  130. Deadend
  131. MSG_ALERT_UNKNOWN       (//49)
  132. Unknown
  133. MSG_AG_BADPARM          (//49)
  134. Bad parameter
  135. MSG_AG_CLOSEDEV         (//49)
  136. Cannot close device
  137. MSG_AG_CLOSELIB         (//49)
  138. Cannot close library
  139. MSG_AG_GENERAL          (//49)
  140. General fault
  141. MSG_AG_IOERROR          (//49)
  142. I/O error
  143. MSG_AG_MAKELIB          (//49)
  144. Cannot make library
  145. MSG_AG_NOMEMORY         (//49)
  146. No memory
  147. MSG_AG_NOSIGNAL         (//49)
  148. No signal
  149. MSG_AG_OPENDEV          (//49)
  150. Cannot open device
  151. MSG_AG_OPENLIB          (//49)
  152. Cannot open library
  153. MSG_AG_OPENRES          (//49)
  154. Cannot open resource
  155. MSG_AG_PROCCREATE       (//49)
  156. Process creation failed
  157. ;
  158. ;================================================================
  159. ;       ALERT ERROR (2048..)
  160. ;================================================================
  161. ;
  162. MSG_ACPU_ADDRESSERR     (2048//49)
  163. Illegal address access
  164. MSG_ACPU_AUTOVEC1       (//49)
  165. AutoVector Level 1 interrupt error
  166. MSG_ACPU_AUTOVEC2       (//49)
  167. AutoVector Level 2 interrupt error
  168. MSG_ACPU_AUTOVEC3       (//49)
  169. AutoVector Level 3 interrupt error
  170. MSG_ACPU_AUTOVEC4       (//49)
  171. AutoVector Level 4 interrupt error
  172. MSG_ACPU_AUTOVEC5       (//49)
  173. AutoVector Level 5 interrupt error
  174. MSG_ACPU_AUTOVEC6       (//49)
  175. AutoVector Level 6 interrupt error
  176. MSG_ACPU_AUTOVEC7       (//49)
  177. AutoVector Level 7 interrupt error
  178. MSG_ACPU_BUSERR         (//49)
  179. Hardware bus fault/access error
  180. MSG_ACPU_CHK            (//49)
  181. Check instruction error
  182. MSG_ACPU_COPRVIOL       (//49)
  183. Coprocessor protocol violation
  184. MSG_ACPU_DIVZERO        (//49)
  185. Divide by zero
  186. MSG_ACPU_FORMAT         (//49)
  187. Stack frame format error
  188. MSG_ACPU_FPCPBRANCH     (//49)
  189. FPCP branch or set on unordered condition
  190. MSG_ACPU_FPCPDIVZERO    (//49)
  191. FPCP divide by zero
  192. MSG_ACPU_FPCPINEXACT    (//49)
  193. FPCP inexact result
  194. MSG_ACPU_FPCPOPERROR    (//49)
  195. FPCP operand error
  196. MSG_ACPU_FPCPOVER       (//49)
  197. FPCP overflow
  198. MSG_ACPU_FPCPUNDER      (//49)
  199. FPCP underflow
  200. MSG_ACPU_INF            (//49)
  201. FPCP signaling infinity
  202. MSG_ACPU_INSTERR        (//49)
  203. Illegal instruction
  204. MSG_ACPU_LINEA          (//49)
  205. Line 1010 Emulator error
  206. MSG_ACPU_LINEF          (//49)
  207. Line 1111 Emulator error
  208. MSG_ACPU_MMUACCVIOL     (//49)
  209. PMMU access level violation
  210. MSG_ACPU_MMUCONFIG      (//49)
  211. PMMU configuration
  212. MSG_ACPU_MMUILLEGAL     (//49)
  213. PMMU illegal configuration
  214. MSG_ACPU_NAN            (//49)
  215. FPCP signaling NAN
  216. MSG_ACPU_PRIVERR        (//49)
  217. Privilege violation error
  218. MSG_ACPU_SPURIOUS       (//49)
  219. Spurious interrupt error
  220. MSG_ACPU_TRACE          (//49)
  221. Trace error
  222. MSG_ACPU_TRAPV          (//49)
  223. TrapV instruction error
  224. MSG_AN_ADDSWGADGET      (//49)
  225. Add SW gadgets, no memory
  226. MSG_AN_ASYNCPKT         (//49)
  227. Unexpected packet received
  228. MSG_AN_AUDIODEV         (//49)
  229. Audio device trouble
  230. MSG_AN_BADCHKSUM        (//49)
  231. Invalid checksum
  232. MSG_AN_BADEXPANSIONFREE (//49)
  233. Freeed free region
  234. MSG_AN_BADFREEADDR      (//49)
  235. Memory header not located
  236. MSG_AN_BADGADGET        (//49)
  237. Recovery form of AN_GadgetType
  238. MSG_AN_BADINITFUNC      (//49)
  239. Invalid init packet for cli/shell
  240. MSG_AN_BADMESSAGE       (//49)
  241. Bad Message received by IDCMP
  242. MSG_AN_BADOVERLAY       (//49)
  243. Bad overlay
  244. MSG_AN_BADQUICKINT      (//49)
  245. An uninitialized quick interrupt has happened
  246. MSG_AN_BADSEGLIST       (//49)
  247. Overlays are illegal for library segments
  248. MSG_AN_BADSEMAPHORE     (//49)
  249. An attempt was made to use old msg semaphores
  250. MSG_AN_BADSTATE         (//49)
  251. Bad State Return entering Intuition
  252. MSG_AN_BASECHKSUM       (//49)
  253. Execbase checksum bad
  254. MSG_AN_BITMAP           (//49)
  255. Bitmap corrupt
  256. MSG_AN_BLTBITMAP        (//49)
  257. BltBitMap, no memory
  258. MSG_AN_BOGUSEXCPT       (//49)
  259. Illegal 68k exception taken
  260. MSG_AN_BOOTERROR        (//49)
  261. Boot code returned an error
  262. MSG_AN_BOOTSTRAP        (//49)
  263. Bootstrap trouble
  264. MSG_AN_CIARSRC          (//49)
  265. cia.resource trouble
  266. MSG_AN_CONSOLEDEV       (//49)
  267. colsole.device trouble
  268. MSG_AN_CREATEPORT       (//49)
  269. Create port, no memory
  270. MSG_AN_DISKBLKSEQ       (//49)
  271. Disk block sequence error
  272. MSG_AN_DISKCOPY         (//49)
  273. DiskCopy trouble
  274. MSG_AN_DISKERROR        (//49)
  275. Disk Error
  276. MSG_AN_DISKFONTLIB      (//49)
  277. diskfont.library trouble
  278. MSG_AN_DISKRSRC         (//49)
  279. disk.resource trouble
  280. MSG_AN_DOSLIB           (//49)
  281. dos.library trouble
  282. MSG_AN_DRHASDISK        (//49)
  283. Get unit: already has disk
  284. MSG_AN_DRINTNOACT       (//49)
  285. Interrupt: no active unit
  286. MSG_AN_ENDTASK          (//49)
  287. EndTask didn't
  288. MSG_AN_EXCPTVECT        (//49)
  289. 68000 exception vector checksum
  290. MSG_AN_EXECLIB          (//49)
  291. exec.library trouble
  292. MSG_AN_EXPANSIONLIB     (//49)
  293. expansion.library trouble
  294. MSG_AN_FILERECLOSED     (//49)
  295. A filehandle was closed more than once
  296. MSG_AN_FREETWICE        (//49)
  297. Freeing memory that is already free
  298. MSG_AN_FREEVEC          (//49)
  299. Freevec failed
  300. MSG_AN_GADGETTYPE       (//49)
  301. Unknown gadget type
  302. MSG_AN_GADTOOLS         (//49)
  303. gadtools.library trouble
  304. MSG_AN_GAMEPORTDEV      (//49)
  305. gameport.device trouble
  306. MSG_AN_GFXFREEERROR     (//49)
  307. Error freeing graphics
  308. MSG_AN_GFXNEWERROR      (//49)
  309. New graphics error
  310. MSG_AN_GFXNOLCM         (//49)
  311. Emergency memory not available
  312. MSG_AN_GFXNOMEM         (//49)
  313. Graphics out of memory
  314. MSG_AN_GFXNOMEMMSPC     (//49)
  315. MonitorSpec alloc, no memory
  316. MSG_AN_GRAPHICSLIB      (//49)
  317. graphics.library trouble
  318. MSG_AN_ICONLIB          (//49)
  319. icon.library trouble
  320. MSG_AN_INITAPTR         (//49)
  321. InitStruct() of an APTR source
  322. MSG_AN_INTRMEM          (//49)
  323. No memory for interrupt servers
  324. MSG_AN_INTUITION        (//49)
  325. intuition.library trouble
  326. MSG_AN_IOAFTERCLOSE     (//49)
  327. IO attempted on closed IORequest
  328. MSG_AN_IOUSEDTWICE      (//49)
  329. Attempt to reuse active IORequest
  330. MSG_AN_ISEMORDER        (//49)
  331. Intuition obtained a sem in bad order
  332. MSG_AN_ITEMALLOC        (//49)
  333. Item plane alloc, no memory
  334. MSG_AN_ITEMBOXTOP       (//49)
  335. Item box top < RelZero
  336. MSG_AN_KEYBOARDDEV      (//49)
  337. keyboard.device trouble
  338. MSG_AN_KEYFREE          (//49)
  339. Key already free
  340. MSG_AN_KEYRANGE         (//49)
  341. Key out of range
  342. MSG_AN_LAYERSLIB        (//49)
  343. layers.library trouble
  344. MSG_AN_LAYERSNOMEM      (//49)
  345. Layers out of memory
  346. MSG_AN_LIBCHKSUM        (//49)
  347. Library checksum failure
  348. MSG_AN_LONGFRAME        (//49)
  349. Long frame, no memory
  350. MSG_AN_MAKEVPORT        (//49)
  351. MakeVPort, no memory
  352. MSG_AN_MATHLIB          (//49)
  353. math.library trouble
  354. MSG_AN_MEMCORRUPT       (//49)
  355. Corrupt memory list detected in FreeMem
  356. MSG_AN_MEMORYINSANE     (//49)
  357. Sanity check on memory list failed
  358. MSG_AN_MISCRSRC         (//49)
  359. misc.resource trouble
  360. MSG_AN_NOCONSOLE        (//49)
  361. Couldn't open the Console Device
  362. MSG_AN_NOFONTS          (//49)
  363. No fonts available
  364. MSG_AN_NOISEM           (//49)
  365. Intuition skipped obtaining a semaphore
  366. MSG_AN_NOWINDOW         (//49)
  367. Console can't open initial window
  368. MSG_AN_OBSOLETEFONT     (//49)
  369. Unsupported font description used
  370. MSG_AN_OPENSCREEN       (//49)
  371. Open screen, no memory
  372. MSG_AN_OPENSCRNRAST     (//49)
  373. Open screen, raster alloc, no memory
  374. MSG_AN_OPENWINDOW       (//49)
  375. Open window, no memory
  376. MSG_AN_PLANEALLOC       (//49)
  377. Plane alloc, no memory
  378. MSG_AN_QPKTFAIL         (//49)
  379. Qpkt failure
  380. MSG_AN_RAMLIB           (//49)
  381. ramlib trouble
  382. MSG_AN_REGIONMEMORY     (//49)
  383. Regions, memory not available
  384. MSG_AN_SEMCORRUPT       (//49)
  385. A semaphore is in an illegal state
  386. MSG_AN_SHORTFRAME       (//49)
  387. Short frame, no memory
  388. MSG_AN_STACKPROBE       (//49)
  389. Stack appears to extend out of range
  390. MSG_AN_STARTMEM         (//49)
  391. No memory at startup
  392. MSG_AN_SUBALLOC         (//49)
  393. Sub alloc, no memory
  394. MSG_AN_SYSSCRNTYPE      (//49)
  395. Open sys screen, unknown type
  396. MSG_AN_TDCALIBSEEK      (//49)
  397. Calibrate: seek error
  398. MSG_AN_TDDELAY          (//49)
  399. Delay: error on timer wait
  400. MSG_AN_TEXTTMPRAS       (//49)
  401. Text, no memory for TmpRas
  402. MSG_AN_TIMERDEV         (//49)
  403. timer.device trouble
  404. MSG_AN_TMBADREQ         (//49)
  405. Bad request
  406. MSG_AN_TMBADSUPPLY      (//49)
  407. Power supply -- no 50/60hz ticks
  408. MSG_AN_TRACKDISKDEV     (//49)
  409. trackdisk.device trouble
  410. MSG_AN_UTILITYLIB       (//49)
  411. utility.library trouble
  412. MSG_AN_WBBADIOMSG       (//49)
  413. Bad IO message (hacker code?)
  414. MSG_AN_WBBADSTARTUPMSG2 (//49)
  415. Bad startup message 2
  416. MSG_AN_WBRELAYOUTTOOLMENU (//49)
  417. GadTools broke?
  418. MSG_AN_WEIRDECHO        (//49)
  419. Weird echo causing incomprehension
  420. MSG_AN_WORKBENCH        (//49)
  421. Workbench trouble
  422. ;
  423. ;================================================================
  424. ;       HARDWARE STRINGS (4096..)
  425. ;================================================================
  426. ;
  427. MSG_HW_VERSION          (4096//20)
  428. V%ld.%ld
  429. MSG_HW_NOVERSION        (//20)
  430. N/A
  431. MSG_HW_NONE             (//49)
  432. None
  433. ;
  434. MSG_HW_NEWAMIGA         (//49)
  435. New Amiga
  436. MSG_HW_AMIGA1000        (//49)
  437. Amiga 1000
  438. MSG_HW_OCSAMIGA         (//49)
  439. Amiga (OCS)
  440. MSG_HW_ECSAMIGA         (//49)
  441. Amiga (ECS)
  442. MSG_HW_AMIGA3000        (//49)
  443. Amiga 3000
  444. MSG_HW_AMIGA600         (//49)
  445. Amiga 600
  446. MSG_HW_AMIGA1200        (//49)
  447. Amiga 1200
  448. MSG_HW_AMIGA4000        (//49)
  449. Amiga 4000
  450. MSG_HW_CDTV             (//49)
  451. CDTV
  452. MSG_HW_CD32             (//49)
  453. CD32
  454. MSG_HW_DRACO            (//49)
  455. DraCo
  456. MSG_HW_WALKER           (//49)
  457. Walker
  458. ;
  459. MSG_HW_68000            (//49)
  460. 68000
  461. MSG_HW_68010            (//49)
  462. 68010
  463. MSG_HW_68020            (//49)
  464. 68020
  465. MSG_HW_68030            (//49)
  466. 68030
  467. MSG_HW_68040            (//49)
  468. 68040
  469. MSG_HW_68060            (//49)
  470. 68060
  471. ;
  472. MSG_HW_68881            (//49)
  473. 68881
  474. MSG_HW_68882            (//49)
  475. 68882
  476. ;
  477. MSG_HW_68851            (//49)
  478. 68851
  479. ;
  480. MSG_HW_OCS              (//49)
  481. OCS
  482. MSG_HW_ECS              (//49)
  483. ECS
  484. MSG_HW_AGA              (//49)
  485. AGA
  486. MSG_HW_ALTAIS           (//49)
  487. Altais
  488. ;
  489. MSG_HW_AMIGAOS          (//49)
  490. AmigaOS
  491. MSG_HW_CYBERGRAPHX      (//49)
  492. CyberGraphX
  493. MSG_HW_EGS              (//49)
  494. EGS
  495. MSG_HW_GRAFFITI         (//49)
  496. Graffiti
  497. MSG_HW_PROBENCH         (//49)
  498. ProBench
  499. MSG_HW_RETINA           (//49)
  500. Retina
  501. MSG_HW_TIGA             (//49)
  502. TIGA
  503. ;
  504. ;================================================================
  505. ;
  506.